/* header */
.demo-header {
    background: #fff;
    padding: 1.30208333% 0
}

.demo-logo {
    float: left;
    width: 15.3125%
}

.demo-logo a {
    display: block
}

.demo-header-right {
    float: right;
    width: 25%;
    position: relative;
    text-align: right
}

.demo-header-right #formsearch,
.demo-header-right .demo-login {
    display: inline-block;
    vertical-align: middle
}

.demo-header-right #formsearch {
    width: calc(100% - 100px);
    position: relative
}

.demo-header-right #formsearch:before {
    content: "|";
    position: absolute;
    left: 36px;
    top: 5px
}

.demo-header-right #formsearch #s_btn {
    float: left;
    background: none;
    outline: none;
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    width: 35px;
    height: 30px;
    background-image: url(../images/a9153ca7bf10d7a033ba810c2fcde04fe6cdf22f.png);
    background-repeat: no-repeat;
 
    
}

.demo-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, .8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px
}

.demo-header-right .demo-login {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    line-height: 30px
}

.demo-header-right .demo-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block
}

.demo-header-right .demo-login a {
    color: #000
}

.demo-header-right .demo-login a:hover {
    color: #ab001a
}

.demo-menu {
    width: 58.75%;
    float: left
}

.demo-menu>li {
    float: left;
    position: relative;
    margin: 0 .15vw
}

.demo-menu>li>a {
    display: block;
    padding: 0 .8vw;
    font-size: 14px;
    color: #545454;
    line-height: 2.4
}

.demo-menu>li.active>a,
.demo-menu>li>a:hover {
    background: #292e39;
    color: #545454
}

.demo-menu>li:after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%
}

.demo-menu>li:hover .demo-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.demo-sub-menu {
    position: absolute;
    z-index: 99;
    width: 340%;
    left: -120%;
    top: 65px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.demo-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em
}

.demo-sub-menu>li>a:hover {
    background: #e9eaeb
}

.demo-sub-menu:after {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99
}






.demo-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: none;
    padding: 1.30208333% 0 1.1% 0;
}

.tem-header {
    position: relative;
    background: #fff;
}

.demo-header-right {
    width: 50%;
}

.demo-menu {
    width: auto;
    float: right;
    margin-right: 4%;
}

.demo-header-right #formsearch {
    width: 46px;
    float: right;
    margin-top: 5px;
    transition: all .5s;
}

.demo-menu>li {
    margin: 0 1.2vw;
}

.demo-menu>li:after {
    height: 0;
}

.demo-menu>li>a {
    color: #545454;
    font-size: 16px;
    padding: 0;
}

.demo-menu>li.active>a,
.demo-menu>li>a:hover {
    color: #545454;
    background: url(../images/e5b9ba9654d66e3e8f4860e642ed17b7ee4f6567.jpg) 0 100% no-repeat;
}

.demo-header-right #formsearch #s_btn {
    color: #545454;
    font-size: 24px;
    position: relative;
    top: -3px;
}

.demo-header-right #formsearch:before {
    content: "";
}

.demo-header-right #formsearch:hover {
    width: 150px;
}

.demo-header-right #formsearch:hover:before {
    content: "|";
}

/* banner */
.owl-carousel {
    position: relative
}

.owl-carousel .banner-item a {
    display: block
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: #ab001a
}

.owl-carousel .owl-nav .iconfont {
    font-size: 30px;
    color: #fff;
    line-height: 1
}

@media (max-width:990px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        height: 40px;
        width: 30px;
        margin-top: -20px
    }

    .owl-carousel .owl-nav .iconfont {
        font-size: 20px
    }
}

.owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%
}

.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    opacity: .2
}

.owl-carousel .owl-dots button.owl-dot:hover {
    opacity: .5
}

.owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1
}

@media (max-width:990px) {
    .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px
    }
}

.owl-carousel .owl-dots {
    text-align: left;
    text-indent: 16%;
    bottom: 8%;
}

.owl-carousel .owl-dots button.owl-dot {
    background: url(../images/2e741cf70e35faef8b68748cc08e87548391acd9.png) center no-repeat;
    opacity: 1;
    width: 20px;
    height: 20px;
}

.owl-carousel .owl-dots button.owl-dot.active {
    background: url(../images/5ea414feb23a07a82ef2154531d2b21dc588f863.png) center no-repeat;
}

.owl-carousel .owl-dots button.owl-dot:hover {
    background: url(../images/5ea414feb23a07a82ef2154531d2b21dc588f863.png) center no-repeat;
    opacity: 1;
}

/* 产品分类 */
.demo-product-cate {
    margin-top: 70px;
}

.product-cate-list {
    margin-top: 46px;
}

.product-cate-list .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.product-cate-list .product-cate-item {
    margin: 0 1px;
}

.product-cate-list .product-cate-item a {
    display: block;
    position: relative;
}

.product-cate-list .product-cate-item a .img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.product-cate-list .product-cate-item a .shaow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.product-cate-list .product-cate-item .wz {
    position: absolute;
    left: 8%;
    top: 34%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.product-cate-list .product-cate-item .wz h3 {
    color: #545454;
    font-size: 16px;
}

.product-cate-list .product-cate-item .wz span.line {
    display: block;
    width: 15px;
    height: 2px;
    background: #cb3636;
    margin-top: 5px;
}

.product-cate-list .product-cate-item .wz span.more {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/498f99a8c731a01d40f942db585558cfd80386a9.png) center no-repeat;
    margin-top: 24px;
}

.product-cate-list .product-cate-item .img {
    text-align: center;
    background: #f7f7f7;
    padding: 36px 0;
}

.product-cate-list .owl-nav button {
    background: url(../images/05d42b9bdbd967e7dd6a011a1a35d2acd9e68742.png) 0 50% no-repeat !important;
    text-indent: -100px;
    overflow: hidden;
    margin-top: 0 !important;
}

.product-cate-list .owl-nav .owl-prev {
    background-position: 0 0 !important;
}

.product-cate-list .owl-nav .owl-next {
    background-position: -51px 0 !important;
}

.product-cate-list .owl-carousel {
    padding: 0 6%;
}

.product-cate-list .product-cate-item a:hover .shaow,
.product-cate-list .product-cate-item a:hover .wz {
    opacity: 1;
}

.product-cate-list .product-cate-item a:hover .img {
    text-indent: 23%;
}

@media (max-width: 768px) {
    .demo-product-cate {
        margin-top: 30px;
    }

    .product-cate-list .product-cate-item a .shaow,
    .product-cate-list .product-cate-item .wz {
        opacity: 1;
    }

    .product-cate-list .product-cate-item .img {
        text-indent: 23%;
    }
}

/* 精品展示 */
.demo-case-item .img img,
.demo-news-img img,
.demo-product-list li .img img,
.relate-product-slick .owl-item .img img,
.xypg-case-list li .img img,
.xypg-product-list li .img img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.demo-product {
    padding: 4.16666667% 0 3.125%;
    background: #fff url(../images/4931660805e7ef70fc200b11e83e0cc1c86b26ee.jpg) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f0f0f0), color-stop(30%, #fff), to(#fff));
    background: linear-gradient(180deg, #f0f0f0 30%, #fff 0, #fff)
}

.demo-case-item .img img,
.demo-news-img img,
.demo-product-list li .img img,
.owl-carousel .banner-item a img,
.page-banner img,
.relate-product-slick .owl-item .img img,
.xypg-case-list li .img img,
.xypg-product-list li .img img {
    width: 100%;
}

.demo-case-item .img:hover img,
.demo-news-img:hover img,
.demo-product-list li .img:hover img,
.relate-product-slick .owl-item .img:hover img,
.xypg-case-list li .img:hover img,
.xypg-product-list li .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.demo-case-item .img,
.demo-news-img,
.demo-product-list li .img,
.relate-product-slick .owl-item .img,
.xypg-case-list li .img,
.xypg-product-list li .img {
    overflow: hidden;
}

.demo-product-list {
    font-size: 0;
    margin: 3.125% -12px 0
}

.demo-product-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 24px);
    margin: 0 12px 45px
}

.demo-product-list li h3 {
    border: 1px solid transparent;
    border-top: none;
    font-size: 16px;
    color: #000;
    line-height: 1;
    padding: 2.2em 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.demo-product-list li:hover h3 {
    border-color: #e5e5e5;
    padding-left: .5em;
    padding-right: .5em;
    color: #ab001a
}

@media (max-width:1024px) {
    .demo-product-list li {
        margin-bottom: 20px
    }

    .demo-product-list li h3 {
        font-size: 14px;
        padding: 1em 0
    }
}

.demo-product {
    padding: 0;
    margin-top: 70px;
    background: #fff;
}

.demo-product-list {
    margin: 1.6% -12px 0;
}

.demo-product-list li a {
    display: block;
}

.demo-product-list li .img {
    position: relative;
}

.demo-product-list li .img .shaow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.demo-product-list li h3 {
    border: none;
    color: #545454;
    padding: 7px 14px;
    margin-top: 10px;
}

.demo-product-list li span {
    display: block;
    width: 15px;
    height: 2px;
    background: #cb3636;
    margin-left: 14px;
}

.demo-product-list li:hover h3 {
    padding: 7px 14px;
    border: none;
    color: #545454;
}

.demo-product-list li .img:hover .shaow {
    opacity: 1;
}

.product-more {
    text-align: right;
}

.product-more a {
    color: #545454;
    font-size: 16px;
}

@media (max-width: 768px) {
    .demo-product {
        margin-top: 50px;
    }
    .demo-product-list li{
        width: calc(50% - 24px);
    }
}

/* 沐橙家居 */
.demo-about {
    background: #f7f7f7;
    margin-top: 40px;
    padding: 4% 0;
}

.about-title {
    color: #cb3636;
    font-size: 20px;
}

.about-content {
    color: #545454;
    font-size: 14px;
    line-height: 40px;
    margin-top: 15px;
}

.demo-about-left ul li {
    display: inline-block;
    width: 33.33333%;
    vertical-align: middle;
}

.demo-about-left ul li h3 {
    font-size: 40px;
    color: #ab001a;
    line-height: 1.6
}

@media (max-width:1366px) {
    .demo-about-left ul li h3 {
        font-size: 30px
    }
}

.demo-about-left ul li p {
    font-size: 16px;
    color: rgba(0, 0, 0, .9);
    line-height: 1.6;
    margin-bottom: 0
}

@media (max-width:1024px) {
    .demo-about-left>p {
        font-size: 14px
    }

    .demo-about-left ul li h3 {
        font-size: 20px
    }

    .demo-about-left ul li p {
        font-size: 14px
    }
}

.demo-about-left ul {
    font-size: 0px;
}

.demo-about-left ul li {
    width: 25%;
    text-align: center;
}

.demo-about-left ul li h3 {
    color: #545454;
    font-size: 14px;
    line-height: 60px;
}

.demo-about-right img {
    max-width: 100%;
}


@media (min-width: 990px) {
    .demo-about-left {
        width: 50%;
        border-right: none;
        padding-right: 0;
        margin-top: 30px;
        float: left;
    }

    .demo-about-right {
        padding-left: 0;
        text-align: right;
    }

    .demo-about-left ul {
        margin-top: 70px;
    }
}

@media (max-width: 768px) {
    .demo-about-left ul li {
        width: 50%;
    }
}


/* 最新资讯 */
.demo-news {
    padding: 3.6% 0;
}

.news-more {
    text-align: right;
}

.news-more a {
    color: #545454;
    font-size: 16px;
}

.demo-news-img .img {
    overflow: hidden;
}

.demo-news-img .wz {
    background: #f0f0f0;
    padding: 12px 20px;
}

.demo-news-img .wz h3 {
    color: #545454;
    font-size: 16px;
    line-height: 40px;
}

.demo-news-img .wz h5 {
    color: #717070;
    font-size: 16px;
    background: url(../images/2a7506e9303e6e2d37591d79ad2cb1afefbbabf3.png) 0 50% no-repeat;
    padding-left: 25px;
    line-height: 24px;
}

.demo-news-box {
    font-size: 14px;
}

.demo-news-list li {
    border: 1px solid #fff;
    margin-bottom: 12px;
    padding: 20px 5px 20px 24px;
}

.demo-news-list li:hover {
    border-color: #f2f2f2;
}

.demo-news-list li a {
    color: #545454;
    font-size: 16px;
}

.demo-news-list li span {
    position: relative;
    display: block;
    color: #717070;
    font-size: 14px;
    background: url(../images/2a7506e9303e6e2d37591d79ad2cb1afefbbabf3.png) 0 50% no-repeat;
    padding-left: 22px;
    width: auto;
    top: 0;
    text-align: left;
    margin-top: 15px;
}

.demo-news-list li .txt {
    color: #717070;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

@media (min-width: 990px) {
    .demo-news-img {
        width: 48.5%;
        margin-right: 1.5%;
        float: left;
    }

    .demo-news-right {
        width: 50%;
        float: right;
    }
}

/* 友情链接 */
.demo-link {
    border-top: 1px solid #e8e8e8;
    line-height: 48px;
    color: #545454;
    font-size: 16px;
    margin-top: 15px;
}

.demo-link a {
    color: #545454;
    font-size: 15px;
}

/* 底部 */
.demo-layout {
    background: #303030;
    padding: 2.5% 0;
}

.demo-layout-menu dl {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.demo-layout-menu dl dd a {
    color: #c2c2c2;
    line-height: 2;
}

.demo-layout-menu dl dd a i {
    display: inline-block;
    font-style: normal;
    width: 68px;
}

.demo-layout-contact {
    margin-top: 0;
}

.demo-layout-contact p {
    color: #c2c2c2;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 0px;
}

.demo-share .share-title {
    color: #c2c2c2;
    font-size: 14px;
    line-height: 35px;
}

.demo-share .share-content {
    margin-top: 15px;
}

.demo-copyright {
    margin-top: 10px;
    float: none;
    color: #c2c2c2;
    font-size: 14px;
    line-height: 35px;
}

.demo-copyright a {
    color: #c2c2c2;
    font-size: 14px;
}

.demo-seo {
    float: none;
    line-height: 35px;
    color: #c2c2c2;
    font-size: 14px;
}

.demo-seo a {
    color: #c2c2c2;
    font-size: 14px;
}

@media (max-width: 990px) {

    .demo-layout-menu,
    .demo-layout-contact {
        margin-bottom: 15px;
    }
}

/* 内页 */
.category-bg {
    height: 14px;
    background: url(../images/010deaa54fa270a3b5fc1147b369586eb4c5c19b.jpg) repeat-x;
}

.category-list li {
    display: inline-block;
    padding: 25px 0;
}

.category-list li+li {
    border: none;
}

.category-list li a {
    padding: 0 25px;
    line-height: 30px;
    color: #1e1e1e;
    font-size: 14px;
}

.category-list li .first-nav-btn {
    display: none;
}

.category-list li.clicked>a,
.category-list li:hover>a {
    color: #fff;
    background: #1e1e1e;
    border-radius: 4px;
}

.sub-category {
    border-top: 1px solid #efefef;
}

.sub-category li {
    padding: 13px 0;
}

.sub-category li.clicked>a,
.sub-category li:hover>a {
    color: #ce2828;
    background: none;
    border-radius: 0;
}

.page-position {
    background: none;
    color: #2f2f2f;
    line-height: 36px;
    padding: 15px 10px;
}

.page-position a {
    color: #2f2f2f;
    padding: 0 5px;
}

.page-wrap {
    padding: 0 0 4.16666667%;
}

.xypg-product-list li {
    border: none;
    width: 25%;
    margin: 0 0 35px;
    padding: 10px 15px 0;
}

.xypg-product-list li h3 a {
    text-align: left;
    padding: .8em 14px .2em 14px;
    color: #545454;
    font-size: 16px;
}

.xypg-product-list li span {
    display: block;
    width: 15px;
    height: 2px;
    background: #cb3636;
    margin: 0 14px;
}

.xypg-product-list li .img {
    position: relative;
}

.xypg-product-list li .img .shaow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.08);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-product-list li .img:hover .shaow {
    opacity: 1;
}

.xypg-pagination #current,
.xypg-pagination a:hover {
    border-color: #cb3636;
    background: #cb3636;
}

.page-product-detail-effect {
    margin: 0;
    height: auto;
}

.page-product-detail-effect .big-img {
    border: none;
    height: auto;
    width: 100%;
}

.page-product-detail-effect .product-detail-slick {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.page-product-detail-effect .product-detail-slick .slick-slide {
    margin: 5px 4px;
}

.page-product-detail-effect .product-detail-slick a {
    border: none;
    position: relative;
}

.page-product-detail-effect .product-detail-slick a img {
    width: 100%;
    height: 100%;
}

.page-product-detail-effect .product-detail-slick a .shaow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.21);
    display: none;
}

.page-product-detail-effect .product-detail-slick .active .shaow {
    display: block;
}

.product-detail-item {
    font-size: 16px;
}

.product-detail-item h1 {
    color: #2f2f2f;
    font-size: 20px;
}

.product-detail-item .descrp {
    color: #858484;
    line-height: 45px;
    margin-bottom: 3px;
}

.product-detail-item li {
    width: 100%;
    margin: 10px 0;
    color: #858484;
    font-size: 16px;
}

.product-detail-item a {
    color: #fff;
    font-size: 16px;
    background: #1e1e1e;
    display: block;
    width: 118px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-top: 30px;
}

.product-detail-content {
    border-top: 1px solid #dfdfdf;
    margin-top: 50px;
}

.product-detail-content .detail-title {
    text-align: center;
    width: 100%;
    color: #545454;
    font-size: 20px;
    background: url(../images/bdfd264915414ac63903911f185bf18ecaedf43e.png) center no-repeat;
    margin-top: 36px;
}

.product-detail-content .detail-content {
    padding-top: 30px;
}

.product-detail-extend {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 50px;
}

.xypg-detail-tags a {
    color: #303030;
    padding: 0 5px;
}

.xypg-detail-url a {
    color: #303030;
}

.xypg-detail-pn div {
    margin-bottom: 30px;
    background: #fafaf9;
    line-height: 45px;
}

.xypg-detail-pn div b {
    font-size: 14px;
    color: #303030;
}

.relate-title {
    background: none;
    color: #545454;
    font-size: 20px;
}

.relate-title span {
    background: none;
    padding: 0;
}

.relate-title .line {
    background: #cb3636;
    width: 18px;
    height: 2px;
}

.relate-product-slick {
    padding: 0;
    margin-top: 30px;
}

.relate-news-list li {
    line-height: 36px;
    margin-bottom: 10px;
}

.relate-news-list li a {
    padding-right: 0;
    color: #545454;
    font-size: 16px;
}

.relate-news-list li a:before {
    display: none;
}

.relate-news-list li span {
    position: relative;
    display: block;
    background: url(../images/2a7506e9303e6e2d37591d79ad2cb1afefbbabf3.png) 0 50% no-repeat;
    padding-left: 25px;
    color: #717070;
    font-size: 14px;
}

.xypg-news-list li {
    border: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 35px 25px;
    margin-bottom: 10px;
}

.xypg-news-list li:hover {
    box-shadow: none;
}

.xypg-news-list li .tit {
    border: none;
}

.xypg-news-list li .tit h3 {
    color: #545454;
    font-size: 16px;
    padding-right: 0;
}

.xypg-news-list li .tit .date {
    position: relative;
    color: #717070;
    background: url(../images/2a7506e9303e6e2d37591d79ad2cb1afefbbabf3.png) 0 50% no-repeat;
    padding-left: 22px;
}

.xypg-news-list li .info {
    color: #717070;
    line-height: 30px;
}

.news-list-recom li .intro h3 {
    line-height: 50px;
    margin-top: 15px;
}

.news-list-recom li .intro h3 a {
    color: #545454;
    font-size: 16px;
}

.news-list-recom li .intro h5 {
    color: #717070;
    font-size: 16px;
    background: url(../images/2a7506e9303e6e2d37591d79ad2cb1afefbbabf3.png) 0 50% no-repeat;
    padding-left: 22px;
}

.news-list-recom li .intro p {
    color: #717070;
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
}

.demo-message {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 2.34375% 0 0 0;
}

.demo-message-wrap .row {
    font-size: 14px;
}

.demo-message-wrap .control-label {
    font-weight: normal;
    line-height: 44px;
}

.demo-message-wrap input[type=text],
.demo-message-wrap textarea {
    border: none;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 15px;
    background: #f7f7f7;
    margin-bottom: 20px;
}

.demo-message-wrap textarea {
    height: 115px;
}

.demo-message-wrap .red-star {
    color: #eb1f1f;
}

.demo-message-wrap .demo-submit {
    width: 100%;
    height: 38px;
    background: #1e1e1e;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 30px;
}

.news-list-recom li .img img {
    max-width: 100%;
}


@media (max-width: 990px) {
    .category-list {
        display: none;
    }

    .demo-message-wrap .control-label {
        line-height: 24px;
    }

    .demo-message-wrap .demo-submit {
        margin-top: 15px;
    }
}

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }

    .page-product-detail-effect {
        width: 47%;
        float: left;
    }

    .product-detail-list {
        width: 49%;
        float: right;
        border: 1px solid #eaeaea;
        padding: 45px 50px;
    }

    .news-list-recom li .img {
        width: 50%;
        float: left;
    }

    .news-list-recom li .img img {
        width: 100%;
        height: auto;
    }

    .news-list-recom li .intro {
        width: 47.5%;
        float: right;
    }

    .news-list-recom {
        margin-bottom: 50px;
    }

    .demo-message-wrap .control-label {
        width: 100px;
        padding-left: 0;
        text-align: right;
    }

    .demo-message-wrap #checkcode {
        width: 65%;
        margin-right: 1%;
    }

    .demo-message-wrap {
        margin-left: 8%;
        margin-right: 8%;
    }

    .demo-message-wrap .checkCodeImg {
        width: 34%;
        background: none;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
    }

    .checkcode .msg-wrap {
        right: 155px;
    }
}

/* 公共样式 */
.demo-title {
    color: #545454;
    font-size: 20px;
    text-align: center;
    background: url(../images/77dea8b8f74fc4ef326f11f0e5ae3c44e397eaf4.png) center no-repeat;
}

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
}


.icon-chakan:before {
    display: none;
}

.icon-shijian:before {
    display: none;
}


.share-content .social-share .icon-qq{color: #c2c2c2;border-color: #666;}
.share-content .social-share .icon-wechat{color: #c2c2c2;border-color: #666;}